home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 6 / Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO / Misc-Shell-Enhancements / MRSH10.ZIP / MORESHEX.INF < prev    next >
INI File  |  1998-12-08  |  2KB  |  74 lines

  1. ; $Id: moreshex.inf 1.0 1998/12/08 07:13:45 satomii Exp $
  2. ; Rei's More Extensions install information
  3.  
  4. [Version]
  5. signature="$Chicago$"
  6. Provider="Rei's Booth."
  7.  
  8. [DefaultInstall]
  9. CopyFiles=ThisDll.sys.install,ThisDll.inf.install
  10. AddReg=ThisDll.Uninst.Reg,ThisDll.Add.Reg
  11.  
  12. [DefaultInstall.ntx86]
  13. CopyFiles=ThisDll.sys.install,ThisDll.inf.install
  14. AddReg=ThisDll.Uninst.Reg.NT,ThisDll.Add.Reg
  15.  
  16. [DefaultUninstall]
  17. DelFiles=ThisDll.sys.uninstall,ThisDll.inf.uninstall
  18. DelReg=ThisDll.Uninst.Reg,ThisDll.Del.Reg
  19.  
  20. [DefaultUninstall.ntx86]
  21. DelFiles=ThisDll.sys.uninstall,ThisDll.inf.uninstall
  22. DelReg=ThisDll.Uninst.Reg.NT,ThisDll.Del.Reg
  23.  
  24. [ThisDll.sys.install]
  25. %ThisDll%
  26.  
  27. [ThisDll.inf.install]
  28. %ThisInf%
  29. %ThisHelp%
  30.  
  31. [ThisDll.sys.uninstall]
  32. %ThisDll%,,,1
  33.  
  34. [ThisDll.inf.uninstall]
  35. %ThisInf%,,,1
  36. %ThisHelp%,,,1
  37.  
  38. [ThisDll.Uninst.Reg]
  39. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%AppName%",,,
  40. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%AppName%","DisplayName",,"%AppDesc%"
  41. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%AppName%","UninstallString",,"rundll.exe MORESHEX.CPL,Uninstall"
  42.  
  43. [ThisDll.Uninst.Reg.NT]
  44. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%AppName%",,,
  45. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%AppName%","DisplayName",,"%AppDesc%"
  46. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%AppName%","UninstallString",,"rundll32.exe MORESHEX.CPL,Uninstall"
  47.  
  48. [ThisDll.Add.Reg]
  49. HKLM,"Software\%AppReg%",,,"%11%\%SubDir%
  50.  
  51. [ThisDll.Del.Reg]
  52. HKLM,"Software\%AppReg%",,,
  53.  
  54. [DestinationDirs]
  55. ThisDll.sys.install=11
  56. ThisDll.inf.install=11,%SubDir%
  57. ThisDll.sys.uninstall=11
  58. ThisDll.inf.uninstall=11,%SubDir%
  59.  
  60. [SourceDisksFiles]
  61. %ThisDll%=55
  62.  
  63. [SourceDisksNames]
  64. 55="%AppDesc%","",1
  65.  
  66. [Strings]
  67. AppName = "MoreShellEx"
  68. AppDesc = "Rei's More Extensions"
  69. SubDir = "ShellExt"
  70. AppReg = "Rei's Booth\ShellExt"
  71. ThisDll = "MORESHEX.CPL"
  72. ThisInf = "MORESHEX.INF"
  73. ThisHelp = "MORESHEX.HLP"
  74.